JB本地License Server搭建

Author Avatar
Serical 4月 01, 2017
  • 在其它设备中阅读本文章

一、相关软件

下载idea_license_server.zip

nssm.exe

IntelliJIDEALicenseServer_windows_amd64.exe

二、配置服务

解压后,使用命令提示符(管理员)进入解压后的目录,执行:

# 安装服务
nssm.exe install idea_license_server
# 移除服务
nssm.exe remove idea_license_server

弹出框如下:



添加参数自定义用户名、端口

IntelliJIDEALicenseServer_windows_amd64.exe -help
Usage of IntelliJIDEALicenseServer_windows_amd64.exe:
  -l string
        bind on host (default "0.0.0.0")
  -p int
        port (default 1017)
  -prolongationPeriod string
        prolongationPeriod (default "607875500")
  -u string
        username (default "ilanyu")

点击install service完成安装

三、使用

Help->Register